Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solidify Notion of Evaluation Context #210

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

DavePearce
Copy link
Collaborator

This introduces the notion of an evaluation context.

The evaluation context is essentially a mechanism for stratifying
modules.  It generally works quite well, in that it helps to hide away
the awkward aspect of a "length multiplier".
This completes propagating the new type `Context` throughout the code
base.  In the end, `Context` was moved into the `trace` package because
it is used in both `schema` and `trace` and this was necessary to avoid
a cyclic dependency.  That seems reasonable given that the evaluation
context is inherently about evaluation :)
@DavePearce DavePearce self-assigned this Jul 5, 2024
@DavePearce DavePearce merged commit 32ece2d into main Jul 5, 2024
2 checks passed
@DavePearce DavePearce deleted the 204-solidify-notion-of-evaluation-context2 branch July 5, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant